Expand description
A crate helping to convert to/from various representations of strings.
This crate is no_std
with an optional feature to enable alloc
.
Re-exports§
pub extern crate paste;
Macros§
- Impls From
for Stringly where String: Into , T: Display - Implements
impl_into_stringly
for$type
and traits with$type
- impls TryFrom
where T: Deref<Target=str> in terms of FromStr. - Calls impl_try_from_stringly!() with a set of standard stringly types.